home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / macro.Iscntrl.n < prev    next >
Text File  |  1991-10-24  |  485b  |  30 lines

  1.  
  2.  
  3. .SH MACRO NAME
  4. \fBIscntrl(
  5. int character)
  6. .SH DESCRIPTION
  7. Returns TRUE if the argument is a control character (i.e. its code is less than 0x20) or the delete character (code 0x7F).
  8. macro \fBIscntrl\fP is rarelyused.
  9. .SH ARGUMENTS
  10. .TP
  11. \fBint character
  12. .br
  13. Character to be tested.
  14. .SH CATEGORIES
  15.  
  16. .na
  17. string
  18. .ad b
  19.  
  20. .SH FILES
  21. .PD 0
  22. .TP 20
  23. declaration:
  24. \fBCType.h
  25. .SH HISTORY
  26. joe@csesbg.at    Mon Jun 17 19:47 1991    reworked
  27. .br
  28. joe@csesbg.at    Wed Jun 19 18:24 1991    added IsKindOf, Guard
  29. .br
  30.